Skip to content

Fix Full DPS breakdown and gem dropdowns showing the wrong name for Companion / Spectre skills#2160

Merged
LocalIdentity merged 2 commits into
PathOfBuildingCommunity:devfrom
ltogniolli:fix/fulldps-companion-names
Jun 13, 2026
Merged

Fix Full DPS breakdown and gem dropdowns showing the wrong name for Companion / Spectre skills#2160
LocalIdentity merged 2 commits into
PathOfBuildingCommunity:devfrom
ltogniolli:fix/fulldps-companion-names

Conversation

@ltogniolli

Copy link
Copy Markdown
Contributor

Companion and Spectre gems share a single granted effect ("Companion: {0}" / "Spectre: {0}") whose name is mutated globally for reservation display, so every entry in the Full DPS breakdown showed the same minion name. Derive each entry's name from the skill's own minion instead.

Link to a build that showcases this PR:

https://pobb.in/-TeCx6SJiuWv

Before screenshot:

image

After screenshot:

image

Companion and Spectre gems share a single granted effect ("Companion: {0}"
/ "Spectre: {0}") whose name is mutated globally for reservation display,
so every entry in the Full DPS breakdown showed the same minion name.
Derive each entry's name from the skill's own minion instead.
@LocalIdentity LocalIdentity added the bug: behaviour Behavioral differences label Jun 13, 2026
The dropdowns in the sidebar, calcs tab and compare tab also have an issue where they don't use the current minion name
@LocalIdentity LocalIdentity changed the title Fix Full DPS breakdown showing the same name for all Companions Fix Full DPS breakdown and sidebar showing the wrong name for Companion / Spectre skills Jun 13, 2026
@LocalIdentity LocalIdentity changed the title Fix Full DPS breakdown and sidebar showing the wrong name for Companion / Spectre skills Fix Full DPS breakdown and gem dropdowns showing the wrong name for Companion / Spectre skills Jun 13, 2026

@LocalIdentity LocalIdentity left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I moved the function to calcs so that we can also use it to fix the same isssue with the wrong name being used for the Active Skill dropdown

@LocalIdentity LocalIdentity merged commit 965fc6f into PathOfBuildingCommunity:dev Jun 13, 2026
5 checks passed
bct8925 pushed a commit to bct8925/PathOfBuilding-PoE2 that referenced this pull request Jun 19, 2026
…ompanion / Spectre skills (PathOfBuildingCommunity#2160)

* Fix Full DPS breakdown showing the same name for all Companions

Companion and Spectre gems share a single granted effect ("Companion: {0}"
/ "Spectre: {0}") whose name is mutated globally for reservation display,
so every entry in the Full DPS breakdown showed the same minion name.
Derive each entry's name from the skill's own minion instead.

* Move function to cals + fix dropdowns

The dropdowns in the sidebar, calcs tab and compare tab also have an issue where they don't use the current minion name

---------

Co-authored-by: LocalIdentity <localidentity2@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug: behaviour Behavioral differences

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants